Upload fails with jlink

Hello All,
I am on a Mac and VSCode, everything on latest sw version.
Project compiles fine, but during upload I got this message:

Tool Manager: Installing platformio/tool-jlink @ ~1.72000.0
Error: Could not find the package with ‘platformio/tool-jlink @ ~1.72000.0’ requirements for your system ‘darwin_x86_64’
Der Terminalprozess “platformio ‘run’, ‘–target’, ‘upload’” wurde mit folgendem Exitcode beendet: 1.

Is there something I have missed ?

Per https://api.registry.platformio.org/v3/packages/platformio/tool/tool-jlink this version does not exist – only 1.75001.0 does. Which looks really weird, as if older versions have been deleted. (@ivankravets)?

With which platformio.ini does this occur?

This is the platformio.ini file:

[env:pico]
platform = raspberrypi
board = pico
framework = arduino
debug_tool = jlink
debug_speed = auto
board_build.f_cpu = 133000000L

Please re-run pio update and try again. Does it work now?

/cc @valeros

after running pio update it works again. Thank you very much for your support!