diff --git a/support/testing/infra/__init__.py b/support/testing/infra/__init__.py index be61d8cc4f..98215e02ab 100644 --- a/support/testing/infra/__init__.py +++ b/support/testing/infra/__init__.py @@ -6,7 +6,7 @@ import subprocess from urllib.request import urlopen from urllib.error import HTTPError, URLError -ARTIFACTS_URL = "http://autobuild.buildroot.net/artefacts/" +ARTIFACTS_URL = "https://autobuild.buildroot.org/artefacts/" BASE_DIR = os.path.realpath(os.path.join(os.path.dirname(__file__), "../../.."))