From 4504abf5cb0779b05207c9da3a427610836b39b1 Mon Sep 17 00:00:00 2001 From: Nicolas Kruse Date: Sun, 23 Nov 2025 18:31:22 +0100 Subject: [PATCH] Update musl repository URL in build scripts with a mirror --- tools/cross_compiler_unix/build_musl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/cross_compiler_unix/build_musl.sh b/tools/cross_compiler_unix/build_musl.sh index ce4f1ef..02a6b40 100644 --- a/tools/cross_compiler_unix/build_musl.sh +++ b/tools/cross_compiler_unix/build_musl.sh @@ -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"