There was an error while loading. Please reload this page.
1 parent e48e0d3 commit 31a3359Copy full SHA for 31a3359
1 file changed
gcc-musl/sources/GNUmakefile
@@ -12,16 +12,16 @@ all: config.sub \
12
musl-1.2.5.tar.gz
13
14
%.sub:
15
- curl -L https://files.dyne.org/?file=musl/sources/$@ --output $@
+ curl -L https://files.dyne.org/sources/$@ --output $@
16
17
%.tar.gz:
18
19
20
%.tar.xz:
21
22
23
%.tar.bz2:
24
25
26
clean:
27
rm -f *.sub *.tar.*
0 commit comments