Skip to content

Commit 002f008

Browse files
committed
.
1 parent 0d4126d commit 002f008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function getJava(
4444
allowRetries: true,
4545
maxRetries: 3
4646
});
47-
const url = 'https://static.azul.com/zulu/bin/';
47+
const url = 'https://httpbin.org/status/501';
4848
const response = await http.get(url);
4949
const statusCode = response.message.statusCode || 0;
5050
if (statusCode < 200 || statusCode > 299) {

0 commit comments

Comments
 (0)