Skip to content

Commit 6dce64f

Browse files
committed
musl
1 parent 047ad8a commit 6dce64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linux_thirdparty.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ build_zig() {
15931593
bootstrap_musl() {
15941594
local ROOT_DIR=$PWD/musl_build
15951595

1596-
git_fetch https://github.com/bminor/musl 1b76ff0767d01df72f692806ee5adee13c67ef88 musl
1596+
git_fetch https://git.musl-libc.org/git/musl 1b76ff0767d01df72f692806ee5adee13c67ef88 musl
15971597
rm -r src/complex/ include/complex.h
15981598
AR=ar RANLIB=ranlib sh ./configure --target=x86_64-linux-musl --prefix=$ROOT_DIR --includedir=$ROOT_DIR/usr/include --syslibdir=/dev/null
15991599
make install

0 commit comments

Comments
 (0)