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 df3943f commit 48c4838Copy full SHA for 48c4838
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: install imandrax
48
run: |
49
- sh -c "$(curl -fsSL https://storage.googleapis.com/imandra-prod-imandrax-releases/install.sh)" -- -y
+ sh -c "$(curl -fsSL https://imandra.ai/get-imandrax.sh)" -- -y
50
mkdir -p ~/.config/imandrax
51
touch ~/.config/imandrax/api_key
52
printf '%s' ${{ secrets.IU_API_KEY }} > ~/.config/imandrax/api_key
0 commit comments