Skip to content

Commit 0a79085

Browse files
authored
typo fix
1 parent c26e223 commit 0a79085

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#file-qemu-riscv64-10-1-ubuntu24 -C /opt/riscv/bin
46+
wget https://gist.github.com/martin-frbg/bb630e0de34978e578eeb496b1538d4e#file-qemu-riscv64-10-1-ubuntu24 -P /opt/riscv/bin
4747
chmod +x /opt/riscv/bin/qemu-riscv64
4848
4949
- name: Compilation cache

0 commit comments

Comments
 (0)