Skip to content

Commit a91dfdc

Browse files
committed
oops url
1 parent aa57093 commit a91dfdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- name: Setup Musl
211211
if: contains(matrix.container, 'alpine')
212212
run: |
213-
curl -OL https://musl.cc.timfish.dev//aarch64-linux-musl-cross.tgz
213+
curl -OL https://musl.cc.timfish.dev/aarch64-linux-musl-cross.tgz
214214
tar -xzvf aarch64-linux-musl-cross.tgz
215215
$(pwd)/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc --version
216216

0 commit comments

Comments
 (0)