Skip to content

Commit 511c2ce

Browse files
committed
Updated path to QEmu sources
1 parent 788cecc commit 511c2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TARGET_USER=aarch64-linux-user,arm-linux-user,i386-linux-user,x86_64-linux-user
88

99
QEMU_VERSION=`node -p "require('./package.json').version"`
1010

11-
QEMU_URL=http://download.qemu-project.org/qemu-$QEMU_VERSION.tar.bz2
11+
QEMU_URL=http://download.qemu.org/qemu-$QEMU_VERSION.tar.bz2
1212

1313

1414
if [[ -z $JOBS ]]; then

0 commit comments

Comments
 (0)