diff --git a/bucket/erlang.json b/bucket/erlang.json index 5e6a9dcf76..cf755fd0ce 100644 --- a/bucket/erlang.json +++ b/bucket/erlang.json @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://erlang.org/download/otp_win64_25.3.exe#/dl.7z", + "url": "https://github.com/erlang/otp/releases/download/OTP-25.3/otp_win64_25.3.exe#/dl.7z", "hash": "380b55e668896cb71c9d64a26808d723bc039162745d6fa177baadb84e2310ce" }, "32bit": { - "url": "https://erlang.org/download/otp_win32_25.3.exe#/dl.7z", + "url": "https://github.com/erlang/otp/releases/download/OTP-25.3/otp_win32_25.3.exe#/dl.7z", "hash": "956f15eecdcfcc98537e482fe8f1051631c295ce590b63e01bc3a0bbe0cd3060" } }, @@ -43,10 +43,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://erlang.org/download/otp_win64_$version.exe#/dl.7z" + "url": "https://github.com/erlang/otp/releases/download/OTP-$version/otp_win64_$version.exe#/dl.7z" }, "32bit": { - "url": "https://erlang.org/download/otp_win32_$version.exe#/dl.7z" + "url": "https://github.com/erlang/otp/releases/download/OTP-$version/otp_win32_$version.exe#/dl.7z" } } }