diff --git a/install-foundry-zksync b/install-foundry-zksync index a42af7780..f713f9e16 100755 --- a/install-foundry-zksync +++ b/install-foundry-zksync @@ -54,7 +54,7 @@ echo "Cleanup completed." echo "Installation completed successfully!" echo "Verifying installation..." -if forge --version | grep -q "0.0.2"; then +if forge-zksync --version | grep -q "0.0.2"; then echo "Forge version 0.0.2 is successfully installed." else echo "Installation verification failed. Forge is not properly installed."