We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251589f commit 32f1b5aCopy full SHA for 32f1b5a
.github/workflows/release.yml
@@ -41,7 +41,8 @@ jobs:
41
run: |
42
for musl_arch in x86_64 aarch64 riscv64; do
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"
+ 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"
46
tar -xf "${musl_arch}-linux-musl-cross.tgz"
47
48
echo "$(pwd)/${musl_arch}-linux-musl-cross/bin" >> $GITHUB_PATH
0 commit comments