Skip to content

Commit f305d25

Browse files
authored
fix gist link to qemu
1 parent 211f1ed commit f305d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/riscv64_vector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
libgomp1-riscv64-cross ccache qemu-kvm qemu-user libc6-riscv64-cross
4444
wget ${riscv_gnu_toolchain}/${riscv_gnu_toolchain_nightly_download_path}
4545
tar -xvf $(basename ${riscv_gnu_toolchain_nightly_download_path}) -C /opt
46-
wget https://gist.github.com/martin-frbg/bb630e0de34978e578eeb496b1538d4e -P /opt/riscv/bin -o riscv64-qemu
46+
wget https://gist.github.com/martin-frbg/bb630e0de34978e578eeb496b1538d4e/raw/7fd8d971f327f7a517b8f5f7989479ff2b36f71f/qemu-riscv64-10.1-ubuntu24 -P /opt/riscv/bin -o riscv64-qemu
4747
chmod +x /opt/riscv/bin/qemu-riscv64
4848
4949
- name: Compilation cache

0 commit comments

Comments
 (0)