Skip to content

Commit 46499ec

Browse files
kcsongornvsriram
authored andcommitted
Update cli/src/index.ts
Co-authored-by: Sriram Nurani Viswanathan <50625504+nvsriram@users.noreply.github.com>
1 parent c5c3e36 commit 46499ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2442,7 +2442,7 @@ function checkSolanaVersion(pwd: string): void {
24422442
currentVersion = versionMatch[1];
24432443
} catch (error) {
24442444
console.error(chalk.red("Error: solana CLI not found. Please install the Solana toolchain."));
2445-
console.error(chalk.yellow("Install with: sh -c \"$(curl -sSfL https://release.solana.com/stable/install)\""));
2445+
console.error(chalk.yellow("Install with: sh -c \"$(curl -sSfL https://release.anza.xyz/stable/install)\""));
24462446
process.exit(1);
24472447
}
24482448

0 commit comments

Comments
 (0)