Skip to content

Commit

Permalink
Update qemu download source (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
millaker authored Aug 1, 2024
1 parent 1b996ba commit e51ee53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdbuild/scripts/setup_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sudo make install
cd ..

qemuver="5.2.0"
wget http://wiki.qemu-project.org/download/qemu-$qemuver.tar.bz2
wget http://download.qemu.org/qemu-$qemuver.tar.bz2
tar -xf qemu-$qemuver.tar.bz2
cd qemu-$qemuver
./configure --target-list=arm-linux-user,aarch64-linux-user \
Expand Down

0 comments on commit e51ee53

Please sign in to comment.