We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10fe238 commit 6218d08Copy full SHA for 6218d08
app/src/main/java/com/termux/app/TermuxInstaller.java
@@ -171,7 +171,7 @@ private static void ensureDirectoryExists(File directory) {
171
private static URL determineZipUrl() throws MalformedURLException {
172
String archName = determineTermuxArchName();
173
String url = Build.VERSION.SDK_INT >= Build.VERSION_CODES.N
174
- ? "https://bintray.com/termux/bootstrap/download_file?file_path=bootstrap-" + archName + ".zip"
+ ? "https://termux.org/bootstrap-" + archName + ".zip"
175
: "https://termux.net/bootstrap/bootstrap-" + archName + ".zip";
176
return new URL(url);
177
}
0 commit comments