There was an error while loading. Please reload this page.
1 parent c4a2bf8 commit 6389785Copy full SHA for 6389785
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/sources/$@ --output $@
+ curl -L https://files.dyne.org/musl/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