Fix CLI install script to support aarch64 architecture
Changes
- Added
aarch64*pattern to architecture detection incli_install.sh - Maintained backward compatibility with existing
arm64*detection - Both architectures now map to
arm64for consistent download URLs
Benefits
- Resolves "Unsupported architecture: aarch64" error on Apple Silicon systems
- Fixes CLI installation in DevContainers and similar environments
- Maintains compatibility with existing ARM64 systems
Files changed
-
engine/scripts/cli_install.sh- Updated architecture detection logic