about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorYang Liu <liuyang22@iscas.ac.cn>2023-09-24 15:54:59 +0800
committerGitHub <noreply@github.com>2023-09-24 08:54:59 +0100
commit6c0781c1577ea67b9c2574fc13292dc0558653a8 (patch)
tree3f7a5256458489369051b6648a7453e34014144e
parentbf6c6498aafa2a4c1411c46621299aa62022d8de (diff)
downloadbox64-6c0781c1577ea67b9c2574fc13292dc0558653a8.tar.gz
box64-6c0781c1577ea67b9c2574fc13292dc0558653a8.zip
[CI] Use qemu snapshots from archlinux archive (#987)
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 42fa0435..62b558e3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -104,7 +104,7 @@ jobs:
         run: |
           if [[ ${{ matrix.platform }} != 'X64' && ${{ matrix.platform }} != 'ANDROID' ]]; then
             mkdir qemu8.1.0
-            wget -O- -q https://london.mirror.pkgbuild.com/extra/os/x86_64/qemu-user-static-8.1.0-2-x86_64.pkg.tar.zst | tar -I zstd -C qemu8.1.0 -xf -
+            wget -O- -q https://archive.archlinux.org/packages/q/qemu-user-static/qemu-user-static-8.1.0-2-x86_64.pkg.tar.zst | tar -I zstd -C qemu8.1.0 -xf -
             sudo cp qemu8.1.0/usr/bin/* /usr/bin/
           fi