Skip to content

Commit d34789f

Browse files
committed
update Intel Software Development Emulator
1 parent 94ed9d1 commit d34789f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stdarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
run: |
4242
mkdir intel-sde
4343
cd intel-sde
44-
dir=sde-external-9.14.0-2022-10-25-lin
44+
dir=sde-external-9.33.0-2024-01-07-lin
4545
file=$dir.tar.xz
46-
wget https://downloadmirror.intel.com/751535/$file
46+
wget https://downloadmirror.intel.com/813591/$file
4747
tar xvf $file
4848
sudo mkdir /usr/share/intel-sde
4949
sudo cp -r $dir/* /usr/share/intel-sde

0 commit comments

Comments
 (0)