Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 511c2ce

Browse files
committedMay 14, 2017
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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.