Skip to content

Commit

Permalink
.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
raftario committed Aug 17, 2021
1 parent 57aa1b6 commit 60ba0f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ function getArchString(version: string): string {
function getDownloadUrl(version: string): string {
const platform = getPlatormString()
const arch = getArchString(version)
return `https://dl.google.com/android/repository/android-ndk-${version}${platform}${arch}`
return `https://dl.google.com/android/repository/android-ndk-${version}${platform}${arch}.zip`
}

0 comments on commit 60ba0f9

Please sign in to comment.