Update musl repository URL in build scripts with a mirror

This commit is contained in:
Nicolas Kruse 2025-11-23 18:31:22 +01:00 committed by GitHub
parent addd548fde
commit b513e2f750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ set -v
mkdir -p /object_files
git clone --single-branch --branch master --depth 1 https://git.musl-libc.org/git/musl
#git clone --single-branch --branch master --depth 1 https://git.musl-libc.org/git/musl
git clone --single-branch --branch master --depth 1 https://repo.or.cz/musl.git
cd musl
#./configure CFLAGS="-O2 -fno-stack-protector -ffast-math"