Skip to content

Commit

Permalink
ci: use own proxy musl url
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Aug 14, 2022
1 parent ba9d568 commit bd52df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ BUILD() {
}

BUILD_MUSL() {
BASE="https://musl.cc/"
BASE="https://musl.nn.ci/"
FILES=(x86_64-linux-musl-cross aarch64-linux-musl-cross arm-linux-musleabihf-cross mips-linux-musl-cross mips64-linux-musl-cross mips64el-linux-musl-cross mipsel-linux-musl-cross powerpc64le-linux-musl-cross s390x-linux-musl-cross)
for i in "${FILES[@]}"; do
url="${BASE}${i}.tgz"
Expand Down

0 comments on commit bd52df1

Please sign in to comment.