From c4e3fe6b35d714b51ebc5a91504692d07e9c9275 Mon Sep 17 00:00:00 2001
From: Alexandre Honorat <alexandre.honorat@inria.fr>
Date: Fri, 26 May 2023 19:42:00 +0200
Subject: [PATCH] Update VM link (which does not include LANG fix)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c1251318..307c57cb 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Other scripts are present in order to generate experiment artefacts.
 
 ADFG can inter-operate with [Cheddar](http://beru.univ-brest.fr/cheddar/) - an open-source scheduling analyzer - by exporting the computed results in a xml format that can be read by Cheddar.
 Scheduling simulation is used to verify the schedules synthesized by ADFG and provide additional information such as numbers of preemptions and max/min/average buffer utilizations over a simulation interval.
-A simple method to test the tool-chain is to use this [virtual machine](https://phobos.univ-brest.fr/vm/CHEDDAR_ADFG_2.vdi) with ADFG and Cheddar pre-installed.
+A simple method to test the tool-chain is to use this [virtual machine](https://phobos.univ-brest.fr/vm/CHEDDAR_ADFG_3.vdi) with ADFG and Cheddar pre-installed.
 The virtual machine is also configured with tools to compile ADFG and Cheddar from their source code.
 The default username and password are cheddaradfg.
 
-- 
GitLab