From 653c8bae7ba6ea86e907faadf2bba842d4958f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 17 Jul 2020 12:56:52 +0200 Subject: [PATCH] Windows snapshot package no longer contains 32-bit binaries --- _includes/download-snapshot.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html index 598b29f..836e240 100644 --- a/_includes/download-snapshot.html +++ b/_includes/download-snapshot.html @@ -15,9 +15,9 @@ <section class="dynare_section" id="snapshot_content1"> <p> Compatible with Windows (7, 8.1, 10), MATLAB (R2014a and later) and - GNU Octave (5.2.0 only, - <a href="https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0_1-w64-installer.exe">64-bit</a> - or <a href="https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0_1-w32-installer.exe">32-bit</a>) + GNU Octave + (<a href="https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0_1-w64-installer.exe">5.2.0</a> + only), 64-bit </p> <p>Executable installer:</p> -- GitLab