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 9104772 commit 1227a5aCopy full SHA for 1227a5a
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
aarch64-unknown-linux-musl)
64
mkdir -p $HOME/.local
65
66
- curl -o /tmp/musl.tgz https://musl.cc/aarch64-linux-musl-cross.tgz
+ curl -L -o /tmp/musl.tgz https://github.com/marco-c/aarch64-linux-musl-cross/raw/refs/heads/main/aarch64-linux-musl-cross.tgz
67
tar -xzf /tmp/musl.tgz -C $HOME/.local
68
echo "$HOME/.local/aarch64-linux-musl-cross/bin" >> $GITHUB_PATH
69
0 commit comments