We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047ad8a commit 6dce64fCopy full SHA for 6dce64f
scripts/linux_thirdparty.bash
@@ -1593,7 +1593,7 @@ build_zig() {
1593
bootstrap_musl() {
1594
local ROOT_DIR=$PWD/musl_build
1595
1596
- git_fetch https://github.com/bminor/musl 1b76ff0767d01df72f692806ee5adee13c67ef88 musl
+ git_fetch https://git.musl-libc.org/git/musl 1b76ff0767d01df72f692806ee5adee13c67ef88 musl
1597
rm -r src/complex/ include/complex.h
1598
AR=ar RANLIB=ranlib sh ./configure --target=x86_64-linux-musl --prefix=$ROOT_DIR --includedir=$ROOT_DIR/usr/include --syslibdir=/dev/null
1599
make install
0 commit comments