Skip to content

Commit 14afc7f

Browse files
tim-dlangdlang-bot
authored andcommitted
Fix issue 22795 - Access denied when trying to download DMD 2.099.0-beta.1
1 parent 7d865f4 commit 14afc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Macros:
248248
BTN=<a href="$1" class="btn">$+</a>
249249
H3I=<h3 class="download">$0</h3>
250250
DLSITE=https://s3.us-west-2.amazonaws.com/downloads.dlang.org/releases/2021/$0
251-
B_DLSITE=https://s3.us-west-2.amazonaws.com/downloads.dlang.org/pre-releases/2021/$0
251+
B_DLSITE=https://s3.us-west-2.amazonaws.com/downloads.dlang.org/pre-releases/2022/$0
252252
DOWNLOAD =
253253
$(DIV,
254254
$(DIVC download_image, $2)

0 commit comments

Comments
 (0)