Skip to content

Commit f9125de

Browse files
authored
Merge pull request #66 from imandra-ai/eric/update-imandrax-installer-url
Update imandrax installer to point to gcloud bucket
2 parents 7364e91 + 48c4838 commit f9125de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: install imandrax
4848
run: |
49-
sh -c "$(curl -fsSL https://raw.githubusercontent.com/imandra-ai/imandrax-api/refs/heads/main/scripts/install.sh)" -- -y
49+
sh -c "$(curl -fsSL https://imandra.ai/get-imandrax.sh)" -- -y
5050
mkdir -p ~/.config/imandrax
5151
touch ~/.config/imandrax/api_key
5252
printf '%s' ${{ secrets.IU_API_KEY }} > ~/.config/imandrax/api_key

0 commit comments

Comments
 (0)