| author | |
| committer | |
| log | cc4d38ed574690e0b212fc47431324325edc7921 |
| tree | 3eaa3831f814c7f2924c9212c6ffc03b43f84c24 |
| parent | bdbd060cc7a150ff2dfe367f3eb08eff6ab319fd |
closes #86531 files changed, 1 insertions(+), 1 deletions(-)
ci/azure/linux_script+1-1| ... | ... | @@ -20,7 +20,7 @@ cd $HOME |
| 20 | 20 | wget -nv "https://ziglang.org/deps/$CACHE_BASENAME.tar.xz" |
| 21 | 21 | tar xf "$CACHE_BASENAME.tar.xz" |
| 22 | 22 | |
| 23 | QEMUBASE="qemu-linux-x86_64-5.2.0.1" | |
| 23 | QEMUBASE="qemu-linux-x86_64-6.1.0.1" | |
| 24 | 24 | wget -nv "https://ziglang.org/deps/$QEMUBASE.tar.xz" |
| 25 | 25 | tar xf "$QEMUBASE.tar.xz" |
| 26 | 26 | export PATH="$(pwd)/$QEMUBASE/bin:$PATH" |