Skip to content

Commit 251589f

Browse files
committed
Up
1 parent 5c5b4f5 commit 251589f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
- name: Get musl cross-compilers
4141
run: |
4242
for musl_arch in x86_64 aarch64 riscv64; do
43-
wget "https://musl.cc/${musl_arch}-linux-musl-cross.tgz" -O "${musl_arch}-linux-musl-cross.tgz"
43+
# We use a musl.cc mirror, see https://github.com/orgs/community/discussions/27906.
44+
wget "https://joeyparrish.github.io/musl-cc-mirror/${musl_arch}-linux-musl-cross.tgz" -O "${musl_arch}-linux-musl-cross.tgz"
4445
tar -xf "${musl_arch}-linux-musl-cross.tgz"
4546
4647
echo "$(pwd)/${musl_arch}-linux-musl-cross/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)