Skip to content

Commit 70d8c01

Browse files
committed
[lldb] Update QEMU git URL in setup.sh
The old name was maintained for a while but now it has been changed to gitlab.
1 parent be17209 commit 70d8c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/scripts/lldb-test-qemu/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ build_qemu() {
4545
# Checkout source code
4646
check_dir_exists "qemu.git"
4747
if [ ! -d "qemu.git" ]; then
48-
git clone --depth 1 git://git.qemu.org/qemu.git qemu.git
48+
git clone --depth 1 https://gitlab.com/qemu-project/qemu.git qemu.git
4949
fi
5050

5151
cd qemu.git

0 commit comments

Comments
 (0)