diff --git a/quint/src/quintVerifier.ts b/quint/src/quintVerifier.ts index b8d45ec39..7756d85e4 100644 --- a/quint/src/quintVerifier.ts +++ b/quint/src/quintVerifier.ts @@ -273,6 +273,7 @@ async function tryConnect(retry: boolean = false): Promise> { const url = `https://github.com/informalsystems/apalache/releases/download/v${APALACHE_VERSION_TAG}/apalache.tgz` + console.log(`Downloading Apalache distribution from ${url}...`) return fetch(url) .then( // unpack response body