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 9f69829 commit 6329ab4Copy full SHA for 6329ab4
.github/workflows/linux-precompile.yml
@@ -131,7 +131,7 @@ jobs:
131
132
- name: Get musl ${{ matrix.arch }} cross-compilers
133
run: |
134
- wget "https://musl.cc/${{matrix.arch}}-linux-musl-cross.tgz" -O "${{matrix.arch}}-linux-musl-cross.tgz"
+ wget "https://musl.cc.timfish.dev/${{matrix.arch}}-linux-musl-cross.tgz" -O "${{matrix.arch}}-linux-musl-cross.tgz"
135
tar -xf "${{matrix.arch}}-linux-musl-cross.tgz"
136
137
- name: Create precompiled ${{ matrix.arch }} library
0 commit comments