diff --git a/appimagebuilder/modules/appimage.py b/appimagebuilder/modules/appimage.py index 8e6dd95d..6856c850 100644 --- a/appimagebuilder/modules/appimage.py +++ b/appimagebuilder/modules/appimage.py @@ -88,7 +88,7 @@ def _get_runtime_path(self): return str(runtime_path) def _get_runtime_url(self): - runtime_url_template = "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-%s" + runtime_url_template = "https://github.com/AppImage/type2-runtime/releases/tag/continuous/runtime-%s" runtime_url = runtime_url_template % self.target_arch return runtime_url