summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-ximagebuild/tinyipa/build-tinyipa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagebuild/tinyipa/build-tinyipa.sh b/imagebuild/tinyipa/build-tinyipa.sh
index 5d6fe53a..b3e8c45a 100755
--- a/imagebuild/tinyipa/build-tinyipa.sh
+++ b/imagebuild/tinyipa/build-tinyipa.sh
@@ -46,7 +46,7 @@ mkdir "$BUILDDIR"
# Download TGT and Qemu-utils source
git clone https://github.com/fujita/tgt.git $BUILDDIR/tmp/tgt --depth=1 --branch v1.0.62
-git clone git://git.qemu-project.org/qemu.git $BUILDDIR/tmp/qemu --depth=1 --branch v2.5.0
+git clone https://github.com/qemu/qemu.git $BUILDDIR/tmp/qemu --depth=1 --branch v2.5.0
# Create directory for python local mirror
mkdir -p "$BUILDDIR/tmp/localpip"