diff --git a/build/luarocks/luarocks_repositories.bzl b/build/luarocks/luarocks_repositories.bzl index 70db166c591..f62170365e6 100644 --- a/build/luarocks/luarocks_repositories.bzl +++ b/build/luarocks/luarocks_repositories.bzl @@ -12,6 +12,6 @@ def luarocks_repositories(): strip_prefix = "luarocks-" + version, sha256 = KONG_VAR["LUAROCKS_SHA256"], urls = [ - "https://luarocks.org/releases/luarocks-" + version + ".tar.gz", + "https://luarocks.github.io/luarocks/releases/luarocks-" + version + ".tar.gz", ], )