Skip to content

Commit 0e3fc75

Browse files
authored
Merge pull request #3 from bearmini/main
use x86_64 instead of i686 which is no longer available
2 parents 303bda1 + 169ddfd commit 0e3fc75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const core = require('@actions/core');
33
const tc = require('@actions/tool-cache');
44

55
function getDownloadURL(version) {
6-
url = `https://github.com/cargo-lambda/cargo-lambda/releases/download/${version}/cargo-lambda-${version}.i686-unknown-linux-musl.tar.gz`;
6+
url = `https://github.com/cargo-lambda/cargo-lambda/releases/download/${version}/cargo-lambda-${version}.x86_64-unknown-linux-musl.tar.gz`;
77
return url
88
}
99

0 commit comments

Comments
 (0)