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 c5c3e36 commit 46499ecCopy full SHA for 46499ec
1 file changed
cli/src/index.ts
@@ -2442,7 +2442,7 @@ function checkSolanaVersion(pwd: string): void {
2442
currentVersion = versionMatch[1];
2443
} catch (error) {
2444
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)\""));
+ console.error(chalk.yellow("Install with: sh -c \"$(curl -sSfL https://release.anza.xyz/stable/install)\""));
2446
process.exit(1);
2447
}
2448
0 commit comments