Skip to content

Commit 32f1b5a

Browse files
committed
Up
1 parent 251589f commit 32f1b5a

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
@@ -41,7 +41,8 @@ jobs:
4141
run: |
4242
for musl_arch in x86_64 aarch64 riscv64; do
4343
# 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"
44+
musl_cc_url="https://github.com/jonatanklosko/musl_cc_mirror/releases/download/20250915-100603"
45+
wget "musl_cc_url/${musl_arch}-linux-musl-cross.tgz" -O "${musl_arch}-linux-musl-cross.tgz"
4546
tar -xf "${musl_arch}-linux-musl-cross.tgz"
4647
4748
echo "$(pwd)/${musl_arch}-linux-musl-cross/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)