fix qemu tarball location

This commit is contained in:
Steven Van Acker 2017-02-11 20:13:18 +01:00
parent 187743a797
commit cb23e3ceff

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e -o pipefail
curl http://wiki.qemu-project.org/download/qemu-2.8.0.tar.bz2 | tar xvj
curl http://download.qemu-project.org/qemu-2.8.0.tar.bz2 | tar xvj
cd qemu-2.8.0
source ctf-tools-venv-activate