diff --git a/tests/install_vm.py b/tests/install_vm.py index 4a010f44f70..f48cef18282 100755 --- a/tests/install_vm.py +++ b/tests/install_vm.py @@ -19,7 +19,7 @@ DISTRO_URL = { "fedora": - "https://download.fedoraproject.org/pub/fedora/linux/releases/39/Everything/x86_64/os", + "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Everything/x86_64/os", "centos8": "http://mirror.centos.org/centos/8-stream/BaseOS/x86_64/os/", "centos9": "http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/", }