diff --git a/image/Makefile b/image/Makefile index 3910dfbbc..2ff0cdfef 100644 --- a/image/Makefile +++ b/image/Makefile @@ -26,7 +26,7 @@ $(csps): %: mkosi.output.%/fedora~37/image.raw prebuilt/azure/rpms/%.rpm: @echo "Downloading $*" @mkdir -p $(@D) - @curl -sL -o $@ https://cdn.confidential.cloud/constellation/testing/kernel/$*.rpm + @curl -sL -o $@ https://cdn.confidential.cloud/constellation/testing/kernel/2/$*.rpm prebuilt/gcp/rpms/%.rpm: @echo "Downloading $*"