Skip to content

Commit 48c4838

Browse files
committed
Update imandrax installer url to point to shortened one
1 parent df3943f commit 48c4838

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://storage.googleapis.com/imandra-prod-imandrax-releases/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)