Skip to content

Commit e028a11

Browse files
zfliex924charles2023wood
authored andcommitted
ci: update musl-cross download link
1 parent 8158353 commit e028a11

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
if: matrix.os == 'ubuntu-latest'
5555
run: |
5656
go mod download
57-
wget https://musl.cc/x86_64-linux-musl-cross.tgz
57+
wget https://snap.coredao.org/x86_64-linux-musl-cross.tgz
5858
tar -xvf ./x86_64-linux-musl-cross.tgz
5959
GIT_COMMIT=$(git rev-parse HEAD)
6060
GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')
@@ -74,7 +74,7 @@ jobs:
7474
if: matrix.os == 'ubuntu-latest'
7575
run: |
7676
go mod download
77-
wget https://musl.cc/aarch64-linux-musl-cross.tgz
77+
wget https://snap.coredao.org/aarch64-linux-musl-cross.tgz
7878
tar -xvf ./aarch64-linux-musl-cross.tgz
7979
GIT_COMMIT=$(git rev-parse HEAD)
8080
GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: matrix.os == 'ubuntu-latest'
5252
run: |
5353
go mod download
54-
wget https://musl.cc/x86_64-linux-musl-cross.tgz
54+
wget https://snap.coredao.org/x86_64-linux-musl-cross.tgz
5555
tar -xvf ./x86_64-linux-musl-cross.tgz
5656
GIT_COMMIT=$(git rev-parse HEAD)
5757
GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')
@@ -71,7 +71,7 @@ jobs:
7171
if: matrix.os == 'ubuntu-latest'
7272
run: |
7373
go mod download
74-
wget https://musl.cc/aarch64-linux-musl-cross.tgz
74+
wget https://snap.coredao.org/aarch64-linux-musl-cross.tgz
7575
tar -xvf ./aarch64-linux-musl-cross.tgz
7676
GIT_COMMIT=$(git rev-parse HEAD)
7777
GIT_COMMIT_DATE=$(git log -n1 --pretty='format:%cd' --date=format:'%Y%m%d')

0 commit comments

Comments
 (0)